Delete a Particular Service Key
DELETE /v2/service_keys/:guid?
Request
Route
DELETE /v2/service_keys/de7ea67d-e5a7-4c4f-bdf4-9a2d8a2889a2?
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/de7ea67d-e5a7-4c4f-bdf4-9a2d8a2889a2?" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI1MCIsImVtYWlsIjoiZW1haWwtMTU3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTg4NTU2NzZ9.rbYpx6en_oY6Mkq62_JhEI2IpTp7RQ_4MZslAM197eA" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers