cURL
curl --request DELETE \ --url https://app.plugchoice.com/api/v3/sites/{site_uuid} \ --header 'Authorization: Bearer <token>'
{ "message": "Site deleted successfully", "deleted": true }
See the documentation for more information.
Site deleted successfully
"Site deleted successfully"
true
Was this page helpful?