Remove a static site and its resources.
curl --request DELETE \ --url https://api.sevalla.com/v2/static-sites/{id} \ --header 'Authorization: Bearer <token>'
{ "transaction_id": "8097788359944597" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"54fb80af-576c-4fdc-ba4f-b596c83f15a1"
Response object of static site requests
The response is of type object.
object
Was this page helpful?