Skip to main content
DELETE
/
wp-json
/
latepoint-api
/
v1
/
services
/
{id}
Delete Service
curl --request DELETE \
  --url https://api.example.com/wp-json/latepoint-api/v1/services/{id}

Documentation Index

Fetch the complete documentation index at: https://docs-restapi.wplimit.com/llms.txt

Use this file to discover all available pages before exploring further.

Example Request

DELETE /wp-json/latepoint-api/v1/services/1
X-API-Key: YOUR_API_KEY

Response Example

{
  "success": true,
  "message": "Service deleted successfully"
}