Skip to main content

Delete API key

GET 

/pim/keydelete/:key

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

Path Parameters

    key stringrequired

    API key that you wish to DELETE

Responses

success

Schema
    status stringrequired

    The status of the API request. A value of "OK" indicates that the request was successfully sent and processed.

    status_message stringrequired
Loading...