Delete specific message
DELETE/v1/messages/:id
Delete specific message
Request
Responses
- 200
- 400
- 429
Email deleted successfully
Response Headers
X-Ratelimit-Limit
The maximum number of requests that you can make per period
Example:
100
X-Ratelimit-Remaining
The number of requests remaining in the current rate limit window
Example:
99
X-Ratelimit-Used
The number of requests you have made in the current rate limit window
Example:
1
X-Ratelimit-Reset
The time at which the current rate limit window resets, in UTC epoch seconds
Example:
1723886474
request error
rate limit error