curl --request DELETE \
--url https://apigw.mka1.com/api/v1/authorization/llm/delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"resourceType": "completion",
"resourceId": "<string>"
}
'"<unknown>"Delete an LLM resource and all of its direct permissions. Only owners can delete resources.
curl --request DELETE \
--url https://apigw.mka1.com/api/v1/authorization/llm/delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"resourceType": "completion",
"resourceId": "<string>"
}
'"<unknown>"Documentation Index
Fetch the complete documentation index at: https://docs.mka1.com/llms.txt
Use this file to discover all available pages before exploring further.
Gateway auth: send Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, you can also send X-On-Behalf-Of: <external-user-id>.
Optional external end-user identifier forwarded by the API gateway.
Resource deleted successfully
The response is of type any.
Was this page helpful?