cURL
curl --request POST \ --url https://test.didxtech.com/me-creds/api/credentials/revoke \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "ids": [ "cm7d9cq5600pwk3zq3kmpg8uc", "cm7d9cq5600pzk3zq9wzxxtc3" ] } '
Documentation IndexFetch the complete documentation index at: https://docs.didx.co.za/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.didx.co.za/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Credentials revoked successfully.