DELETE
/
static-sites
/
{id}
curl --request DELETE \
  --url https://api.sevalla.com/v2/static-sites/{id} \
  --header 'Authorization: Bearer <token>'
{
  "transaction_id": "8097788359944597"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
Example:

"54fb80af-576c-4fdc-ba4f-b596c83f15a1"

Response

200
database/json

Response object of static site requests

The response is of type object.