Sazabi
APIComponents

Deregister a component

POST
/components/{componentId}/deregister

Withdraw this credential's component observation, or — for a human caller — preview the deregistration and confirm it by resubmitting with the previewed componentRevisions.

Path Parameters

componentId*string

Component ID to deregister.

Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/components/497f6eca-6276-4993-bfeb-53cbbbba6f08/deregister" \  -H "Content-Type: application/json" \  -d '{}'
{  "status": "observation_withdrawn",  "componentId": "616ccd92-d666-4180-8349-8d125b269fac",  "sourceType": "secret_key",  "withdrawn": true}