Delete a cloud API key of a merchant
DELETE/partner/cloudpos/partner/:partnerId/merchant/:merchantId/keys/:keyName
Deletes a cloud API key from a merchant.
Request
Path Parameters
partnerId PartnerIDrequired
Possible values: non-empty
and <= 50 characters
Your partner ID.
merchantId MerchantIDrequired
Possible values: non-empty
and <= 20 characters
ID of the merchant.
keyName stringrequired
Name of the API key to be deleted.
Responses
- 200
- 400
- 401
- 404
- 500
OK
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
code string
Error code.
reason string
Reason of the error.
messageGuid string
Message guid of the error.
{
"code": "string",
"reason": "string",
"messageGuid": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
code string
Error code.
reason string
Reason of the error.
messageGuid string
Message guid of the error.
{
"code": "string",
"reason": "string",
"messageGuid": "string"
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
code string
Error code.
reason string
Reason of the error.
messageGuid string
Message guid of the error.
{
"code": "string",
"reason": "string",
"messageGuid": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
code string
Error code.
reason string
Reason of the error.
messageGuid string
Message guid of the error.
{
"code": "string",
"reason": "string",
"messageGuid": "string"
}
Loading...