Delete a merchant
DELETE/partner/partner/:partnerId/merchant/:merchantId
This endpoint will delete the merchant profile from the terminal management system. If the merchant has terminals assigned when trying to delete it, you will receive an error. Terminals assigned to the merchant first need to be unassigned before the merchant can be deleted.
Request
Path Parameters
Possible values: non-empty
and <= 50 characters
Your partner ID.
Possible values: non-empty
and <= 20 characters
The ID of the merchant to be deleted.
Responses
- 200
- 400
- 401
- 403
- 409
- 500
OK
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
Error code.
Reason of the error.
Message guid of the error.
{
"code": "string",
"reason": "string",
"messageGuid": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
Error code.
Reason of the error.
Message guid of the error.
{
"code": "string",
"reason": "string",
"messageGuid": "string"
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
Error code.
Reason of the error.
Message guid of the error.
{
"code": "string",
"reason": "string",
"messageGuid": "string"
}
Conflict
- application/json
- Schema
- Example (from schema)
Schema
Error code.
Reason of the error.
Message guid of the error.
{
"code": "string",
"reason": "string",
"messageGuid": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
Error code.
Reason of the error.
Message guid of the error.
{
"code": "string",
"reason": "string",
"messageGuid": "string"
}