Delete a Particular Service Plan Visibilities
DELETE /v2/service_plan_visibilities/:guid?
Request
Route
DELETE /v2/service_plan_visibilities/907eb6a1-eaea-48e5-aee3-1d8f0e79f8c3?
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/907eb6a1-eaea-48e5-aee3-1d8f0e79f8c3?" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQ1NiIsImVtYWlsIjoiZW1haWwtMzI4QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTM4MzcyODd9.XuetBSqw0aeBGPI2LMDFzsPEKgB9mGDBDFtdJp1NE5w" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers