Delete Joomla content by ID
https://yourdomain.com/api/v1/content/delete/:id
Option | Description |
---|---|
Response formats | JSON |
Requires authentication | Optional, session-based - Response depends on Joomla content security and user permissions levels. |
Rate limited | YES |
Name | Details |
---|---|
id |
|
DELETE https://yourdomain.com/api/v1/content/delete/42
{
"content": true,
"error": false,
"status": 200
}
HTTP/1.1 200 OK
Date: Wed, 23 Dec 2015 01:21:43 GMT
Server: Apache/2.2.15
X-Powered-By: PHP/5.4.45
Joomla-Sessionid: 4l599999edg5fo0hvr99999l67
X-Ratelimit-Remaining: 119
X-Ratelimit-Limit: 120
Access-Control-Allow-Origin: *
Access-Control-Allow-Headers: origin, x-requested-with, content-type, token
Access-Control-Allow-Methods: PUT, GET, POST, DELETE, OPTIONS
Connection: close
Transfer-Encoding: chunked
Content-Type: application/json