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: ff72f744-beda-4cc4-8b44-2b3deb584f99
organizationIdstringOptional

Organization ID

Example: 2a06421c-edae-4df1-9851-17d6479449e2
keyIdstringOptional

API key ID

Example: 4700bddb-b200-40b5-bf06-954ded3867fd
Responses
chevron-right
200Success
application/json
post
/partner/api/delete-api-keys
200Success

Last updated