Delete Sender

Delete a Sender

DELETE /senders/{sender_id}

Description

When you send a DELETE request to this endpoint, it will permanently remove the sender profile associated with the given sender_id. Upon successful deletion, you will receive a response confirming the sender's removal.

Response

{
 "uid": "df11a64a-d380-4ab4-8568-0a3e2011756c"
}

Last updated