Skip to main content

cancelSubscription

Cancel a fiat subscription.

Path Parameters
network integer REQUIRED

Network id.

lockAddress string REQUIRED

Lock address.

keyId string REQUIRED

Key Id.

Responses
204

Successfully deleted the subscription.

401

User is not authenticated.

Schema OPTIONAL
message string OPTIONAL
cancelSubscription
DELETE /v2/subscriptions/:network/locks/:lockAddress/keys/:keyId
network — path
lockAddress — path
keyId — path
https://locksmith.unlock-protocol.com
curl -L -X DELETE 'https://locksmith.unlock-protocol.com/v2/subscriptions/:network/locks/:lockAddress/keys/:keyId' \
-H 'Accept: application'