Skip to main content
DELETE
Delete suite
Soft-delete (sets deleted_at on the suite row). Cases under this suite are not touched — they keep their suite_id pointing at the now-deleted suite and continue to be returned when you filter cases by that suite_id. If you want them to become ad-hoc, PATCH each one to suite_id: null yourself.

Authorizations

Authorization
string
header
required

Your Yappr API key (e.g. ypr_live_...). Generate one in the dashboard under Settings → API Keys.

Path Parameters

id
string<uuid>
required

Response

Suite deleted

success
boolean
id
string<uuid>