cURL
curl --request POST \ --url https://control-plane.kubiya.ai/api/v1/dynamic-executions/executions/{execution_id}/deny-access/{user_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Deny access request (owner only)
Enter your Kubiya API token (format: Bearer )
Successful Response
Was this page helpful?