InsionInsion
PHP

Delete a record

Remove a record using your record identifier

$client->deleteARecord(new DeleteApiV1IngestRequest(['clientId' => 'post-123']));

deleteARecord(DeleteApiV1IngestRequest $request, ?array $options = null): ?SuccessResponse takes only your application clientId. Do not pass an Insion record ID. Use it for permanent application-content removal.