cURL
curl --request DELETE \ --url https://api.runflow.io/v1/callback-secrets/{id} \ --header 'Authorization: Bearer <token>'
{ "code": "<string>", "message": "<string>", "errors": [ {} ] }
Soft-disable a signing secret. If it’s the current secret, is_current is cleared.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response