curl --request DELETE \
--url https://api.devhelm.io/api/v1/deploy/lock/{lockId} \
--header 'Authorization: Bearer <token>'Releases a deploy lock by ID. Only the lock holder should call this.
curl --request DELETE \
--url https://api.devhelm.io/api/v1/deploy/lock/{lockId} \
--header 'Authorization: Bearer <token>'