DelSecret
Deletes an existing secret.
Example request: Delete secret with ID 10.
Deletes an existing secret.
Example request: Delete secret with ID 10.
Voximplant Management API uses signed JWT tokens generated from your service-account private key. Pass the token in the Authorization header as a Bearer value:
See Authorization for ready-to-copy snippets in bash, Python, Node.js and Go that turn your credentials.json into a token.
Application ID. Required unless application_name is provided.
Application name. Required unless application_id is provided.
IDs to delete. A list separated by semicolons (;). Use the ‘all’ value to delete all secrets
Secret names to delete. List separated by semicolons (;)