delete
https://demo-api.edfapay.com/api/v1/merchant/
Delete exist Merchant, ACCESS LEVEL: SUPER_ADMIN, PARTNER, MERCHANT
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
Delete a merchant.
Endpoint
DELETE https://demo-api.edfapay.com/api/v1/merchant/{id}
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| id | UUID | Yes | Merchant ID |
Response Body
| Field | Type | Description |
|---|---|---|
| code | Integer | Status |
| message | String | Message |
| data | String | Result |
Response Example
{
"code": 200,
"message": "Success",
"data": "Merchant deleted successfully"
}