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

Delete API key

post
Header parameters
x-api-public-keystringOptional

Public API-key

x-api-signaturestringOptional

Signing the request body with a private API-key

Content-typestringOptional

Request content type

Example: application/json
Body

The body of the api key deletion request

userIdstringOptional

User ID

Example: 5292f559-d134-4214-a9bb-4c232f0e0991
organizationIdstringOptional

Organization ID

Example: 527c351a-c92d-427d-a349-53cb6f5828ff
keyIdstringOptional

API key ID

Example: b0296013-f776-4338-bda4-dd4d136367cc
Responses
post
/partner/api/delete-api-keys
200Success

Last updated