status accepts onlyactive or suspended — deleting (tombstoning) a subject isDELETE's job, never a side effect of this endpoint.curl --location --request PATCH 'https://upload.tf/api/v1/subjects/ext:end-user-42' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"label": "string",
"metadata": {},
"storageCapBytes": 0,
"maxPages": 0,
"status": "active"
}'{
"success": true,
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"ownerId": "4d206909-730f-409a-88f6-dcfaa8fc28cc",
"externalId": "string",
"label": "string",
"metadata": {},
"status": "active",
"moderationStatus": "active",
"moderationReason": "string",
"moderatedAt": "2019-08-24T14:15:22.123Z",
"moderatedBy": "b1839e93-100b-450d-9645-6c473b4f81cf",
"tokensRevokedAfter": "2019-08-24T14:15:22.123Z",
"storageCapBytes": 0,
"maxPages": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}