Debriefer

Purge all test-mode resources

Deletes all resources created with a test-mode API key for the authenticated organization. This action is irreversible. Requires a test-mode API key.

DELETE
/api/v1/test/resources

Response Body

application/json

curl -X DELETE "https://loading/api/v1/test/resources"
{
  "object": "test_resource_purge",
  "deleted_counts": {
    "property1": 0,
    "property2": 0
  }
}
Empty