curl --request DELETE \
--url https://api.dfns.io/exchanges/{exchangeId} \
--header 'Authorization: Bearer <token>' \
--header 'X-DFNS-USERACTION: <api-key>'{
"deleted": true
}Delete the exchange configuration from your organization.
curl --request DELETE \
--url https://api.dfns.io/exchanges/{exchangeId} \
--header 'Authorization: Bearer <token>' \
--header 'X-DFNS-USERACTION: <api-key>'{
"deleted": true
}CustomerEmployee)EndUser)Exchanges:Delete: Always required.Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows
User Action Signature: Used to sign the change-inducing API requests. More details how to generate the token: User Action Signing flows
1Success
true Was this page helpful?