Skip to main content
DELETE
/
recipients
/
{reference}
Delete a Recipient
curl --request DELETE \
  --url https://staging.api.onenumber.africa/v1/recipients/{reference} \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 123,
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.onenumber.africa/llms.txt

Use this file to discover all available pages before exploring further.

Request Path Parameters

reference
string
required
The reference of the Recipient.

Successful Response Data

statusCode
int
The status of the response. The value will be 200 for a successful response.
message
string
The message (description) of the response.