Delete a Particular Service Key
DELETE /v2/service_keys/:guid
Request
Route
DELETE /v2/service_keys/908fe0fb-7a78-4264-b295-f5f1a0d0623b
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/908fe0fb-7a78-4264-b295-f5f1a0d0623b" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTY2IiwiZW1haWwiOiJlbWFpbC0zNEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDQyNjAxNTI3fQ.eCnyhF25BjK__JYZwcnglomZOKQvdOlWGzxGCZiV2ZM" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers