Routes
Delete a data collection
DELETEhttps://api.insurely.com/wealth/collection/{collectionId}
Deletes the collected data from a wealth collection.
Request
Path Parameters
collectionIdstring
Header Parameters
Insurely-Versionstring
Possible Enum values are
2024-06-01.Responses
Collection successfully deleted.
Body
cURL
curl https://api.insurely.com/wealth/collection/{collectionId} \ -X DELETE