Delete a Particular Service Key
DELETE /v2/service_keys/:guid?
Request
Route
DELETE /v2/service_keys/1b951630-99f1-4147-8d52-f8d57bc3c00e?
Parameters
Name |
Description |
Valid Values |
Example Values |
guid
|
The guid of the Service Key
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/service_keys/1b951630-99f1-4147-8d52-f8d57bc3c00e?" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQyMSIsImVtYWlsIjoiZW1haWwtMjkwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjA1MDY2NjF9.ZsNa-W9ds_8JvFGkJbRV00FLzSDsQyUoYzA_MVC915U" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers