Delete API key
The method allows you to delete the user's API key
Request:
Parameter
Required
Type
Description
userId
Yes
String
User ID
keyId
Yes
String
Api key ID
Header parameters
x-api-public-keystringOptional
Public API-key
x-api-signaturestringOptional
Signing the request body with a private API-key
Content-typestringOptionalExample:
Request content type
application/jsonBody
The body of the api key deletion request
userIdstringOptionalExample:
User ID
6fb8b0d7-c40e-4692-ad85-b5f2208c2f78organizationIdstringOptionalExample:
Organization ID
2497027d-1f9c-46e1-92cf-76f7b046305ekeyIdstringOptionalExample:
API key ID
c67fd3e6-f654-49bb-88ff-ca606cb5e72aResponses
200Success
application/json
post
/partner/api/delete-api-keys200Success
Last updated