# Delete Message **DELETE /requests/{requestId}/messages/{messageId}** Delete a message. ## Servers - Production server.: https://api.usecollect.com/v1 (Production server.) ## Authentication methods - Basic auth ## Parameters ### Path parameters - **requestId** (string) The ID of the request - **messageId** (string) The ID of the message ## Responses ### 200 Message deleted successfully #### Body: application/json (object) - **deleted** (boolean) ### 401 Unauthorized -- Your API key is wrong. ### 403 Forbidden -- The object requested is hidden for administrators only. ### 404 Not Found -- The specified object could not be found. ### 429 Too Many Requests -- You're requesting too many objects! Slow down! ### 500 Internal Server Error -- We had a problem with our server. Try again later. ### 503 Service Unavailable -- We're temporarily offline for maintenance. Please try again later. [Powered by Bump.sh](https://bump.sh)