Skip to main content
DELETE
/
api
/
credentials
/
{id}
curl --request DELETE \
  --url http://localhost:3000/api/v1/credentials/cred_123abc \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Credential deleted successfully"
}

Path Parameters

id
string
required
Credential ID to delete

Response

success
boolean
Indicates if the credential was deleted successfully
message
string
Success or error message
curl --request DELETE \
  --url http://localhost:3000/api/v1/credentials/cred_123abc \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Credential deleted successfully"
}

Notes

This action is irreversible. Once a credential is deleted, it cannot be recovered.
  • Deleting a credential will remove all associated data
  • Any services using this credential will lose access
  • For Ollama credentials, deleting removes all associated models