Delete a Particular Service Plan Visibilities
DELETE /v2/service_plan_visibilities/:guid
Request
Route
DELETE /v2/service_plan_visibilities/d3aeeded-be5c-412d-a867-84659e4fd9b5
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Service Plan Visibilities
|
|
|
async
|
Will run the delete request in a background job. Recommended: 'true'.
|
|
|
Body
Name |
Description |
Default |
Valid Values |
Example Values |
Headers
cURL
curl "https://api.[your-domain.com]/v2/service_plan_visibilities/d3aeeded-be5c-412d-a867-84659e4fd9b5" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI0MyIsImVtYWlsIjoiZW1haWwtMTc0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjY2MzM5MDl9.2gbPYvHumPOImH64EofsXpcAT5uG3r6KhvAKlR4bbf0" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers