Skip to main content
DELETE
Revoke a delegation

Authorizations

Authorization
string
header
required

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

Path Parameters

delegationId
string<uuid>
required

UUID v4 of the delegation to revoke.

Response

The revoke result ({ success: true })

success
boolean
required

Indicates whether the API call was successful

Example:

true

message
string
required

Message describing the result of the API call

Example:

"Successfully minted"

txHash
string
required

Blockchain transaction hash associated with the API call

Example:

"0x923812b3c4d5e6f7890abcdef1234567890abcdef1234567890abcdef12345678"

httpStatus
number
required

HTTP status code of the API response

Example:

200

data
object
required

Additional parameters related to the API call

when
string<date-time>
required

Timestamp when the API call was made