Skip to main content
DELETE
/
api
/
organizations
/
{organization_id}
/
automations
/
endpoints
/
{endpoint_id}
Delete a custom automation endpoint
curl --request DELETE \
  --url https://api.getgranite.ai/api/organizations/{organization_id}/automations/endpoints/{endpoint_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

organization_id
string
required
endpoint_id
string
required

Response

Successful Response