Deletes an existing attachment from a deal.
Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:Authorization: Basic *****************
Responses
application/json {
"message": "Attachment delete successfully!"
}
Modified at 2024-09-05 09:40:35