Skip to main content
DELETE
Revoke Permission

Authorizations

Authorization
string
header
required

Your Nevermined API Key (starts with 'nvm:'). Get one at nevermined.app under Settings > API Keys.

Path Parameters

permissionHash
string
required

Unique permission identifier

Response

Permission revoked

Result of DELETE /x402/permissions/{permissionHash}. On success the endpoint returns { "success": true } and populates none of the optional fields; a failure is reported as an error response, not as success: false.

success
boolean
required

Indicates whether the API call was successful

Example:

true

message
string

Message describing the result of the API call

txHash
string

Blockchain transaction hash associated with the API call

httpStatus
integer

HTTP status code of the API response

data
object

Additional parameters related to the API call

when
string<date-time>

Timestamp when the API call was made