Delete a Particular Service Key
DELETE /v2/service_keys/:guid?
Request
Route
DELETE /v2/service_keys/8ce8fa5c-56cc-4759-b036-e07aa0cf3b0d?
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/8ce8fa5c-56cc-4759-b036-e07aa0cf3b0d?" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIyMCIsImVtYWlsIjoiZW1haWwtMTI0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDU1NTc5NDR9.dEg2Jq2GKanpqgtFwWjDI4kWiClmhPKJt8gTwA_Klww" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers