cURL
curl --request DELETE \ --url https://api.us.lexful.app/v1/entities/{entityTypeName}/{entityId} \ --header 'Authorization: Bearer <token>' \ --header 'X-Account-ID: <api-key>'
{ "status": 123, "message": "<string>", "error_id": "<string>", "error_code": "<string>", "developer_message": "<string>" }
Delete an entity
Bearer token
Account ID
Entity type name
Allowed IP deleted successfully
Was this page helpful?