Delete Sender ID
To delete a single Sender ID
Delete an existing sender id
Authorizations
Path parameters
idstringRequired
Responses
200
Sender deleted
application/json
400
Invalid request
application/json
401
Unauthenticated
application/json
404
No data found
application/json
500
Server error
application/json
delete
DELETE /api/v1/senders/{id} HTTP/1.1
Host: ducksms.com
Authorization: Bearer JWT
Accept: */*
{
"status": 200,
"message": "Sender successfully deleted",
"data": []
}
Last updated