Maildesk API
  1. Subscribers
Maildesk API
  • Subscribers
    • Get a subscriber by ID
      GET
    • Update a subscriber
      PUT
    • Delete a subscriber
      DELETE
    • Get all subscribers
      GET
    • Create a new subscriber
      POST
  • Tags
    • Get all tags
      GET
    • Create a new tag
      POST
    • Get a tag by ID
      GET
    • Update a tag
      PUT
    • Delete a tag
      DELETE
  1. Subscribers

Delete a subscriber

DELETE
/api/subscribers/{id}
Delete an existing subscriber by their unique ID
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.maildesk.io/api/subscribers/'

Request

Path Params
id
string 
required

Responses

🟢204No Content
Subscriber deleted successfully
This response does not have a body.
🟠401Unauthorized
Modified at 2025-06-28 19:47:25
Previous
Update a subscriber
Next
Get all subscribers
Built with