GitLab API icon

GitLab API

Gitlab

Actions880

Overview

This node operation deletes a specific error tracking client key from a GitLab project. It is useful for managing and revoking client keys associated with error tracking in GitLab projects, ensuring that obsolete or compromised keys are removed to maintain security.

Use Case Examples

  1. Deleting an error tracking client key from a project to revoke its access.
  2. Automating the cleanup of client keys for projects that are no longer in use.

Properties

Name Meaning
Skip Authentication Option to skip authentication for the request.
Authentication Type of authentication used, defaulting to GitLab API key.
baseUrl Base URL of the GitLab instance, default is https://gitlab.com.
Method HTTP method to use for the request, default is GET but DELETE is relevant for this operation.
Path Parameters Parameters required in the request path to identify the project and client key to delete.

Output

JSON

  • success - Indicates whether the deletion was successful.

Dependencies

  • GitLab API key credential

Troubleshooting

  • Ensure the project ID and client key ID are correct and exist in the GitLab instance.
  • Verify that the API key used has sufficient permissions to delete error tracking client keys.
  • Check the base URL to ensure it points to the correct GitLab instance if using a self-hosted GitLab.

Links

Discussion