API version 2.0
Archiving and Deleting
0min
Successeve uses two separate but related concepts: archiving and deleting. Deleting should be considered permanent. Any data you delete will eventually be removed from our servers entirely, without the ability for restoration. As such, deletes should be handled extremely carefully. Deleting occurs over the API using the conventional REST semantics of the DELETE HTTP verb.
Data is archived over the API by setting the archived property to true and restored by setting it to false.
Archiving is softer, allowing data to remain in the system, albeit in a more hidden state. A archived can be retrieved but not updated. All sent events to an archived contact or account will be skipped.