Permanently delete a profile by ID.
curl --request DELETE \
--url https://your-api-host/api/Perfil/4 \
--header 'Authorization: Bearer <token>'
true
true on success.
Authorization: Bearer <token>
perfil.eliminar permission. Returns 403 Forbidden if the authenticated user’s profile does not have this permission.
curl --request DELETE \
--url https://your-api-host/api/Perfil/4 \
--header 'Authorization: Bearer <token>'
true
curl --request DELETE \
--url https://your-api-host/api/Perfil/4 \
--header 'Authorization: Bearer <token>'
true