Skip to main content
DELETE
cURL
Disables (soft-deletes) a receiver. The receiver will no longer be available for new transactions, but existing transactions are not affected.

Error Codes

Common Errors

User Ownership Errors

Endpoint-Specific Errors

Authorizations

partner-api-key
string
header
required

API key for the affiliated partner performing the request.

Path Parameters

receiverId
string
required

Receiver ID

Query Parameters

userId
string
required

User ID who owns this receiver (for authorization)

Example:

"550e8400-e29b-41d4-a716-446655440000"

Body

application/json
userId
string
required

User ID who owns this receiver (for authorization)

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

Receiver deleted (soft delete) successfully.

success
boolean
Example:

true

data
object