Skip to main content

Delete ID

Terminates an ECGrid ID, permanently removing it from active EDI routing.

Endpoint

DELETE /v2/ids/{id}
danger

Terminating an ECGrid ID is irreversible. All active interconnects (partner relationships) that reference this ID will be affected and EDI routing to or from this qualifier/ID pair will stop immediately.

Path Parameters

ParameterTypeRequiredDescription
idintegerYesThe numeric ECGrid ID to terminate

Response

Returns a success boolean confirming the termination.

{
"success": true,
"data": true
}

Code Examples

curl -X DELETE "https://rest.ecgrid.io/v2/ids/$ID" \
-H "X-API-Key: $ECGRID_API_KEY"

See Also