White Labeling
Delete Credentials
API Documentation
Health
Files
Web Scrape
Data Source
SharePoint
GitHub
Chunks / Embeddings
Retrieval
White Labeling
Delete Credentials
POST
/
white_label
/
delete
curl --request POST \
--url https://api.carbon.ai/white_label/delete \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"ids": [
123
]
}'
"<any>"
Authorizations
Bearer <token>
, corresponds to API keys.
Body
application/json
Response
200
application/json
Successful Response
The response is of type any
.
curl --request POST \
--url https://api.carbon.ai/white_label/delete \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"ids": [
123
]
}'
"<any>"