Skip to content
Gallery
API Documentation Admin Webapp
Share
Explore
CONTACT

CONTACT DELETE

DELETE /contact/:id

Request
{}
Response (Success)
{
"status":true,
"code":"CONTACT_DELETE_SUCCESS",
"message":"Contact has been successfully deleted"
}

Response (Error)
{
"status": false,
"code": "CONTACT_DELETE_FAILED",
"message": "Bad request"
}

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.