Delete API key
GET/pim/keydelete/:key
- Requires Access Manager ApiKey permissions.
- Example URI: https://instancename.piminto.com/api/en-us/pim/keydelete/ApiKey
Replace 'ApiKey' with the actual value of the API key you want to remove.
This endpoint allows you to delete the specified API key
Request
Responses
- 200
- default
success
If there is an error with the API request, additional information will be provided in the response body.
Examples of error messages include:
"status_message": "API key does not exist or could not be deleted"
"status_message": "Cannot delete your own API key."