Skip to content

Instantly share code, notes, and snippets.

@muracms
Last active August 29, 2015 14:14
Show Gist options
  • Save muracms/7625543a070806030ad3 to your computer and use it in GitHub Desktop.
Save muracms/7625543a070806030ad3 to your computer and use it in GitHub Desktop.
DELETE https://yourdomain.com/{context}/index.cfm/_api/json/v1/{siteid}/{entityname}/{id}/?csrf_token={csrf_token}&csrf_token_expires={csrf_token_expires}
DELETE https://yourdomain.com/{context}/index.cfm/_api/json/v1/?method=delete&siteid={siteid}&entityname={entityname}&id={id}&csrf_token={csrf_token}&csrf_token_expires={csrf_token_expires}
{
"data": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment