Data api trackbacks delete - movabletype/Documentation GitHub Wiki
Delete a trackbacks.
Authorization is required.
This method accepts DELETE and POST with __method=DELETE.
DELETE https://your-host/your-mt-api.cgi/v1/sites/{blog_id}/trackbacks/{trackback_id}
Parameter | Type | Description |
---|---|---|
blog_id | unsigned integer | The blog ID. |
trackbacks_id | unsigned integer | The trackbacks ID. |
Not available.
Parameter | Type | Description |
---|---|---|
__method | string | This is not required but if request method is 'POST', should be set as 'DELETE' |
Code | Description |
---|---|
200 | no error |
403 | Do not have permission to delete the requested trackbacks. |
404 | Trackbacks (or site) not found |
405 | Request method is not 'DELETE' or 'POST' with '__method=DELETE' |