Delete a website

Request

Deletes a website with a specified ID.

Security
SecretApiKey or JWT
Path
idstring, <= 50 characters^[@~\-\.\w]+$required

ID of the resource.

curl -i -X DELETE \
  'https://www.rebilly.com/_mock/catalog/all/websites/{id}' \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE'

Responses

Website deleted.

Response
No content