Luxor PlatformAPI DocumentationWorkspaces

Delete site

Deletes a specific site associated to a Workspace.

DELETE
/v2/workspace/sites/{site_id}

Authorization

LuxorAPIKey
authorization<token>

Use your API key here.

In: header

Path Parameters

site_id*string
Formatuuid

Response Body

application/json

curl -X DELETE "https://example.com/v2/workspace/sites/b0a5fad8-0e09-4f10-ac20-ccd80fb2d138"
Empty
{  "statusCode": 400,  "code": "FST_ERR_VALIDATION",  "error": "Bad Request",  "message": "body/end_date Required"}