API ReferenceAuth Configs
Delete an authentication configuration
Soft-deletes an authentication configuration by marking it as deleted in the database. This operation cannot be undone.
Authorization
ApiKeyAuth x-api-key<token>
API key authentication
In: header
Path Parameters
nanoid*string
The unique identifier of the authentication configuration to delete
Format
authConfigIdResponse Body
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://backend.composio.dev/api/v3/auth_configs/string"{}{
"error": {
"message": "string",
"code": 0,
"slug": "string",
"status": 0,
"request_id": "string",
"suggested_fix": "string",
"errors": [
"string"
]
}
}{
"error": {
"message": "string",
"code": 0,
"slug": "string",
"status": 0,
"request_id": "string",
"suggested_fix": "string",
"errors": [
"string"
]
}
}{}{
"error": {
"message": "string",
"code": 0,
"slug": "string",
"status": 0,
"request_id": "string",
"suggested_fix": "string",
"errors": [
"string"
]
}
}