URL Signing KeysDelete Signing Key
URL Signing Keys

Delete Signing Key

curl -X DELETE "https://api.videograph.ai/video/services/api/v1/signing-keys/example_string" \
  -H "Content-Type: application/json" \
  -H "Accept: example_string" \
  -H "Authorization: Basic YOUR_CREDENTIALS"
{
  "status": "Success",
  "message": "Deleted signing key successfully.",
  "code": 200
}
DELETE
/video/services/api/v1/signing-keys/{SIGNING_KEY_ID}
DELETE
Security Scheme
Basic Authentication
Usernamestring
Required

Username for basic authentication

Passwordpassword
Required

Password for basic authentication

Request Preview
Response

Response will appear here after sending the request

Authentication

basicAuth
header
Authorizationstring
Required

Basic authentication credentials. Provide username and password encoded in Base64 format: Basic base64(username:password)

Path Parameters

Headers

Responses

OK

Was this page helpful?
Built with Documentation.AI

Last updated 2 weeks ago