Create Deletion Attempt For Connector Id
curl --request POST \
--url https://cloud.onyx.app/api/manage/admin/deletion-attempt \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"connector_id": 123,
"credential_id": 123
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Connectors
Create Deletion Attempt For Connector Id
POST
/
manage
/
admin
/
deletion-attempt
Create Deletion Attempt For Connector Id
curl --request POST \
--url https://cloud.onyx.app/api/manage/admin/deletion-attempt \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"connector_id": 123,
"credential_id": 123
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.onyx.app/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
⌘I