Skip to main content
DELETE
/
api
/
business-logic-rules
/
{id}
Delete a business-logic rule
curl --request DELETE \
  --url https://app.solya.app/api/business-logic-rules/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

User session token issued by NextAuth. For human users accessing Solya via the web application.

Path Parameters

id
string
required

Unique identifier of the business-logic rule (UUID)

Minimum string length: 1

Response

Successful response

data
object
required
success
enum<boolean>
required
Available options:
true