Skip to main content
DELETE
Delete CrmOpportunityImportFile
Deletes a CrmOpportunityImportFile record. Once deleted, the record is permanently removed from the system.
This action is permanent and cannot be undone. Consider updating the record instead if you want to preserve its history.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the CrmOpportunityImportFile-Delete role.

Path Parameters

id
integer
required
The Id of the CrmOpportunityImportFile record to delete.

Code Examples

Response

200

Status
integer
HTTP status code. 200 on success.
Message
string
A human-readable message confirming the deletion.
Value
object
Contains the Id of the deleted record.
WasSuccessful
boolean
true if the deletion was successful.
Errors
array
null on success.
Example Response

500

Example Response