DELETE v2/api/users/{id}/api-credentials

Delete all API Credentials from a specified Interactive User's list. Only the Administrator who created the specified user or the user themselves can call this method, otherwise 403:Forbidden is returned. If the target user is disabled a 400:BadRequest is returned. If the specified user is not known a 404:NotFound is returned.

Request Information

Parameters

NameDescriptionAdditional information
id
The identifier of the target user.

Define this parameter in the request URI.