Delete a sender

Removes a sender from the database completely.

Method and endpoint:

DELETE https://peppol-senders.nl/api/senders/<sender_id>

Headers:

Accept: application/json
Content-Type: application/json
Authorization: Token <your auth token>

Success example

Post data:

No post data

Response code: 204

Response:

No response data

Error example

Post data:

No post data

Response code: 404

Response data:

{
    "detail": "Not found."
}