Guides
API References
- Payment Request
- Recurring Billing
- Charges
- Payout
- Balances
- Beneficiary
- Remitters
- Transfer
- Account
- Orders
- Products
- Product Category
- Customers
- Staffs
- Invoice
- Webhook Events
- Static QR Codes
- Notifications
- Terminal
Remitters
Delete remitter
Delete remitter.
DELETE
/
v1
/
remitters
/
{remitter_id}
curl --request DELETE \
--url https://api.sandbox.hit-pay.com/v1/remitters/{remitter_id} \
--header 'X-BUSINESS-API-KEY: <x-business-api-key>'
{
"id": "9f0092ca-4b7d-4e33-b503-9dd27b0807ba",
"status": "pending",
"entity_type": "individual",
"full_name": "Hilda Ferry",
"id_number": "A1748248115",
"id_type": "national_id",
"date_of_birth": "1990-01-01",
"place_of_birth": "Singapore",
"nationality": "sg",
"contact_number": "+6591234567",
"email": "test5@gmail.com",
"address": {
"street_address": "123 Orchard Rd",
"city": "Singapore",
"state": "Singapore",
"postal_code": "238888",
"country": "sg"
},
"company_name": "Abernathy Inc",
"created_by": {
"id": "98566f58-1c76-4b8b-8f75-d20bba2bc7f8",
"display_name": "TestingSG",
"first_name": "QA",
"last_name": "SG"
},
"created_at": "2025-05-26T16:28:35+08:00",
"updated_at": "2025-05-26T16:28:35+08:00"
}
Headers
Example:
"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"
Path Parameters
Remitter id
Response
204
application/json
204
The response is of type any
.
Was this page helpful?
curl --request DELETE \
--url https://api.sandbox.hit-pay.com/v1/remitters/{remitter_id} \
--header 'X-BUSINESS-API-KEY: <x-business-api-key>'
{
"id": "9f0092ca-4b7d-4e33-b503-9dd27b0807ba",
"status": "pending",
"entity_type": "individual",
"full_name": "Hilda Ferry",
"id_number": "A1748248115",
"id_type": "national_id",
"date_of_birth": "1990-01-01",
"place_of_birth": "Singapore",
"nationality": "sg",
"contact_number": "+6591234567",
"email": "test5@gmail.com",
"address": {
"street_address": "123 Orchard Rd",
"city": "Singapore",
"state": "Singapore",
"postal_code": "238888",
"country": "sg"
},
"company_name": "Abernathy Inc",
"created_by": {
"id": "98566f58-1c76-4b8b-8f75-d20bba2bc7f8",
"display_name": "TestingSG",
"first_name": "QA",
"last_name": "SG"
},
"created_at": "2025-05-26T16:28:35+08:00",
"updated_at": "2025-05-26T16:28:35+08:00"
}
Assistant
Responses are generated using AI and may contain mistakes.