Skip to main content
curl --request PATCH \
  --url https://livepeer.studio/api/access-control/signing-key/{keyId} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
		"disabled": true,
		"name": "<string>",
	}'