Deletes a workload identity.
Required permission
Account > Cloud > WorkloadIdentities > Delete
Path parameters
workloadIdentityId
string requiredID of the workload identity
Response body
- {object}Response object.
data
{object} requiredResult data.
API
CLI
JS Client
DELETE /v1/workload-identities/{workloadIdentityId}
DELETE /v1/teams/{teamId}/workload-identities/{workloadIdentityId}
Example response
200 OK
The operation was performed successfully.
JSON
{
"data": {}
}