Skip to main content
POST
/
product_access
/
delete
/
{id}
cURL
curl --request POST \
  --url https://{portalApiUrl}/product_access/delete/{id} \
  --header 'Authorization: <api-key>'
{
  "status": true
}

Documentation Index

Fetch the complete documentation index at: https://developers.illuxi.com/llms.txt

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

Authorizations

Authorization
string
header
required

Authentication token obtained from POST /token

Path Parameters

id
integer
required

ID of product_access to delete

Response

product_access deleted

status
boolean