Skip to content

Remove now

DELETE
/trial-cards/{clientKey}
curl --request DELETE \
--url https://api.harperharbor.com/open/v1/trial-cards/example \
--header 'Authorization: Bearer <token>'

Card, conversations, worldbook and display rules. A trial that was published or made visible is only released, not deleted.

clientKey
required
string
/^[A-Za-z0-9_-]{1,64}$/

Names the trial; re-sending the same key updates it.

{ deleted, released }

Media typeapplication/json
object
deleted
boolean
released
boolean
Examplegenerated
{
"deleted": true,
"released": true
}