API : Delete Clipboard
Check the Clipboard App.
End Point
METHOD : DELETE
https://mocker.in/api/urls/SHORT_ID/EDIT_TOKEN
SHORT ID and EDIT_TOKEN should be replaced by your actual clipboard data. No parameters are required.
Response
{
"status": "success",
"message": "Your URL/Clip deleted."
}
The reponse will always return two parameters, status and message. If status is success then the url is deleted successfully.
