Delete a Particular Service Plan Visibilities
DELETE /v2/service_plan_visibilities/:guid
Request
Route
DELETE /v2/service_plan_visibilities/b13b86ba-4789-48c8-8813-c270b0f3ce87
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'.
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/service_plan_visibilities/b13b86ba-4789-48c8-8813-c270b0f3ce87" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMzNyIsImVtYWlsIjoiZW1haWwtMjI3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0Mzg2NDE4MDl9.zfGjtlDODKEI2BXy5ps85WMveMxv8zx5v2EuhFOvyso" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers