FieldEx Developer
developer notes

Delete Site

The DELETE operation on the Site API enables the removal of a specific site based on its unique identifier. This operation results in the permanent deletion of the site record.

Method API Endpoint
DELETE {{endpoint}}/api/ext/sites/{id}

Headers

Key Value
Content-Type application/json
Authorization Bearer{{token}}

Example Response

{INSERT CODE HERE}