Delete Limit Recipient


                https://api.ocamba.com/v2/ocamba/limit-recipients/{id}
            

Delete an Limit Recipient.


Name
Description
idstringrequired
Limit Recipient identifier.


Example: [email protected]

204 - No Content
Arrow

500 - Internal Server Error
Arrow
Name
Description
codeinteger
Http response status code.


Example: 500

messagestring
The human readable message that describes how to deal with error.


Example: Internal server error.

titlestring
The error title.


Example: Internal server error.
tip
1 If you don't know the Limit Recipient id, list the Limit Recipient to find it.
500 Arrow
{
  "code": 500,
  "title": "Internal server error.",
  "message": "Internal server error."
}