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>"Authenticate with your MKA1 API key at the API gateway: Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, also send X-On-Behalf-Of to identify the end user making the request.
Optional external user identifier for multi-user server-side integrations. Use this when acting on behalf of one of your end users.
Resource deleted successfully
The response is of type any.
Was this page helpful?