Access control
Delete a signing key
DELETE
/
access-control
/
signing-key
/
{keyId}
Authorization
Path
curl --request DELETE \
--url https://livepeer.studio/api/access-control/signing-key/{keyId} \
--header 'Authorization: <authorization>'
This response has no body data.
Authorizations
Authorization
string
headerrequiredBearer api-key
Path Parameters
keyId
string
requiredID of the signing key
Was this page helpful?
curl --request DELETE \
--url https://livepeer.studio/api/access-control/signing-key/{keyId} \
--header 'Authorization: <authorization>'
This response has no body data.