Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mitu.ai/llms.txt

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

Soft deletes a provider. The provider is marked as deleted but not permanently removed from the database (for audit purposes).

Path Parameters

id
string
required
Provider ID

Response

status
string
Response status (“success”)
message
string
Success message
data
null
null

Example Response

{
  "status": "success",
  "message": "Provider deleted successfully",
  "data": null
}

Notes

  • This is a soft delete - the provider is not permanently removed
  • Deleted providers cannot be retrieved via GET endpoints
  • Collections referencing deleted providers will still work