Delete Enrollment
Deletes an enrollment request. Only enrollments in DRAFT status can be deleted. This operation is idempotent.
DELETE
/enrollments/{enrollmentId}This endpoint allows you to delete a transaction enrollment that is still in DRAFT status.
Authorization
RequiredHeader
A Stedi API Key for authentication.
Path Parameters
enrollmentId
String
The Stedi-assigned identifier for the enrollment you want to delete.
DeleteEnrollment 200 response
Request
curl --request DELETE \ --url "https://enrollments.us.stedi.com/2024-09-01/enrollments/{enrollmentId}" \ --header "Authorization: <api_key>"Response
Empty