حذف إدخال
DELETE /api/{projectId}/{collectionSlug}/{uuid}مثال
curl -X DELETE https://your-domain.com/api/{projectId}/posts/550e8400-... \ -H "Authorization: Bearer YOUR_API_TOKEN"ترجع HTTP 204 No Content عند النجاح.
DELETE /api/{projectId}/{collectionSlug}/{uuid}curl -X DELETE https://your-domain.com/api/{projectId}/posts/550e8400-... \ -H "Authorization: Bearer YOUR_API_TOKEN"ترجع HTTP 204 No Content عند النجاح.