Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.retab.com/v1/secrets/{name} \ --header 'Api-Key: <api-key>'
{ "detail": [] }
client.secrets.delete_secret("RESEND_API_KEY")
await client.secrets.delete_secret("RESEND_API_KEY");
err := client.Secrets.Delete(ctx, "RESEND_API_KEY")
// Delete a secret with the Retab Java client.
curl -X DELETE https://api.retab.com/v1/secrets/RESEND_API_KEY \ -H "Api-Key: $RETAB_API_KEY"
^[A-Za-z_][A-Za-z0-9_]*$
Successful Response