Endpoint
Authentication
Requires a Personal API Access Token.Header
Request
Headers
| Header | Value | Required |
|---|---|---|
| Authorization | Bearer | Yes |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| projectName | string | Yes | Project name |
| username | string | Yes | Username of the credential to delete |
Request Body
None.Response
Success Response (200 OK)
Error Response (400 Bad Request)
Error Response (401 Unauthorized)
Error Response (404 Not Found)
cURL Example
Permissions
- User must have
IDENTITY+MANAGEpermission in the project - For automatic undeployment, user must also have
IDENTITY+DEPLOY_UNDEPLOYpermission
Notes and Warnings
-
Permanent Deletion:
- Credential is permanently deleted
- This action cannot be undone
-
Automatic Undeployment:
- Credential is automatically undeployed from all environments
- Undeployment results are returned in the response
-
Access Revocation:
- All access grants for this credential are also removed
- Credential will no longer have access to any API Proxies or Groups
-
Credential Must Exist:
- Credential with specified username must exist
- If credential does not exist, deletion will fail
Related Documentation
- List Credentials - List all credentials
- Create Credential - Create a new credential
- Revoke Access - Revoke access from API Proxy or Group

