API : Delete Short Url
Check the Polls 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 poll id. 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.