Skip to main content
DELETE
/
integration
/
custom-instructions
/
{instructionId}
curl -X DELETE "https://api-integration.ollang.com/integration/custom-instructions/507f1f77bcf86cd799439011" \
  -H "X-Api-Key: <your-api-key>"
Delete a custom instruction by ID. This cannot be undone.
curl -X DELETE "https://api-integration.ollang.com/integration/custom-instructions/507f1f77bcf86cd799439011" \
  -H "X-Api-Key: <your-api-key>"

Authorizations

This endpoint requires API key authentication.

Path Parameters

instructionId
string
required
The custom instruction’s unique identifier.

Response

A successful delete returns 204 No Content with an empty body.