Skip to main content
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