DELETE /api/stories/:id where :id is the id of the single story to delete

An example of making an HTTP DELETE request to the https://usmanlive.com/wp-json/api/stories/:id API endpoint. replace :id with the actual id of the record to delete

Query Params

The authorization header will be automatically generated when you send the request. Read more about HTTP Authentication.

Headers

HTTP Message

Generate Code Snippets for DELETE /api/stories/:id Where :id Is The Id Of The Single Story DELETE Example

Convert your DELETE /api/stories/:id Where :id Is The Id Of The Single Story DELETE request to the PHP, JavaScript/AJAX, Node.js, Curl/Bash, Python, Java, C#/.NET code snippets using the ReqBin code generator.