apiCredentials
Delete an API Credential
Delete the specified API Credential.
delete/v1/organizations/{organizationId}/api-credentials/{apiCredentialId}
Path parameters
organizationIdstring required
The <code>id</code> of the Organization whose API Credential you want to delete.
apiCredentialIdstring required
The <code>clientId</code> of the API Credential to delete.
Response
API Credential deleted
Changes
Changed in 3 of the 41 revisions of this API.13
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
- ▲
removed the success response with the status
202response-success-status-removed
- ○
added the success response with the status
204response-success-status-added
- ▲
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○