Routes
Delete collection
DELETEhttps://api.insurely.com/insurance/collection/{collectionId}
Deletes the collected data from an insurance collection.
Request
Path Parameters
collectionIdstring
Header Parameters
Insurely-Versionstring
Specifies the API version to use. Must match the version of the endpoint you are targeting.
Possible Enum values are
2025-01-01.Responses
Collection successfully deleted.
Body
cURL
curl https://api.insurely.com/insurance/collection/{collectionId} \ -H "Authorization: Bearer <jwt-token>" \ -X DELETE