registrations

Delete registration

The endpoint receives as path param project id and registration id. If the registration exists under the specified project id and the registration is in DRAFT, IN QUEUE or PENDING status, the registration will be deleted.

delete/v1/projects/{projectId}/registrations/{registrationId}

Path parameters

projectIdstring required

Customer's project id

registrationIdstring required

Id of the registration to be deleted

Response

OK