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
POSThttps://app.apollopayment.io/partner/api/delete-api-keys
Header parameters
Body
userIdstring
User ID
"e5c4f95b-dc88-4714-bc81-a31043ae4c8e"
organizationIdstring
Organization ID
"c134bc01-f3ed-439a-8546-f194a55fa4e6"
keyIdstring
API key ID
"2d9a1b2c-8545-4974-9511-10f86ba9f0ac"
Response
Body
success*boolean
Request success indicator
response*DeletePartnerApiKeyResponse (null)
The body of the api key deletion response
Request
Response
Last updated