LoomalLoomal
API ReferenceVault

Delete Credential

Delete a credential from the vault

Scope: vault:write

Permanently deletes a credential. This cannot be undone.

Request

curl -X DELETE https://api.loomal.ai/v0/vault/stripe \
  -H "Authorization: Bearer mgent-your-api-key"

Response

204 No Content — empty body on success.

Errors

{
  "error": "not_found",
  "message": "Credential not found",
  "status": 404
}

On this page