Skip to content

Delete

Disenroll a responder endpoint
delete/v1/responder_endpoints

Disenroll a responder endpoint

Query Parameters
typeenum
Accepts one of the following: "AUTH_STREAM_ACCESS", "THREE_DS_DECISIONING", "TOKENIZATION_DECISIONING"

The type of the endpoint.

Hide ParametersShow Parameters
"AUTH_STREAM_ACCESS"
"THREE_DS_DECISIONING"
"TOKENIZATION_DECISIONING"
Request example Request
curl https://api.lithic.com/v1/responder_endpoints \
    -X DELETE \
    -H "Authorization: $LITHIC_API_KEY" \
    -d '{}'