Skip to main content

Documentation Index

Fetch the complete documentation index at: https://api.docs.onlydrams.app/llms.txt

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

This endpoint deletes an existing contact from a specific distillery.

API Endpoint

  • Method: DELETE
  • Path: /odis/v1/distilleries/:id/contacts/:contact_id

Response

200 OK

{ "message": "Contact deleted successfully" }

Error Responses

  • 401 Unauthorized
    { "message": "Missing Token" }
    
  • 403 Forbidden
    { "message": "Insufficient privileges" }
    
  • 404 Not Found
    { "success": false, "error": "The requested resource was not found." }