cURL
curl --request POST \ --url https://sandbox.deck.co/api/v1/connection/destroy \ --header 'Content-Type: application/json' \ --header 'x-deck-client-id: <api-key>' \ --header 'x-deck-secret: <api-key>' \ --data ' { "access_token": "<string>" } '
{ "error_category": "INVALID_REQUEST", "error_code": "DATA_SOURCE_NOT_FOUND", "error_message": "<string>", "display_message": "<string>" }
Deletes the user’s connection and all associated data. The next time the user connects, Deck will treat it as a new connection.
Enter your client id
Enter your secret
The access token associated with the Item data is being requested for
1
OK
Was this page helpful?