Secret Keys
Deletes a secret key from the project
Path parameters
keystringRequired
the key to delete
Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
delete
/secret-keys/{key}Path parameters
keystringRequired
the secret key to set as default
Responses
204
Set default request processed, no content
No content
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
post
/secret-keys/{key}/defaultNo content
Last updated
Was this helpful?