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

Request Path Parameters

reference
string
required
The reference of the Group.

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.