Cancel Deactivation Intent Solana API
Deactivate Intent for Solana Network
Network
- Allowed Values:
mainnettestnet
Intent ID
- Type: UUID
- Required: Unique identifier for deactivate intent.
Response Codes
- 200: Cancellation Successful
- 400: Invalid request.
- 401: Header 'X-API-Key' missing.
- 500: Internal server error.
Example cURL Request
curl --request PUT \
--url https://svc.blockdaemon.com/boss/v1/solana/mainnet/deactivation-intents \
--header 'accept: application/json' \
--header 'content-type: application/json'
Response Format
- Type: application/json
- Possible Responses:
200,400,401,500
Updated 2 months ago