Skip to main content
DELETE
/
api
/
v1
/
ai
/
providers
/
{id}
Delete AI provider
curl --request DELETE \
  --url https://api.dualship.run/api/v1/ai/providers/{id} \
  --header 'Authorization: Bearer <token>'
{
  "code": "BAD_REQUEST",
  "error": "invalid request parameters"
}

Documentation Index

Fetch the complete documentation index at: https://docs.dualship.run/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT Bearer token authentication

Path Parameters

id
string
required

Provider ID

Response

Provider deleted successfully