» Custom Component DELETE API Documentation

Delete Custom Component: /component/{component_uuid}/{component_record_id}

DELETE
https://dev-api.exsited.com/api/v3/component/{component_uuid}/{component_record_id}
Try It Out
Purpose

This API deletes a specific component record identified by its unique component UUID and component record ID. It removes the targeted record from the system, ensuring that the data associated with that component record is permanently erased. This endpoint is useful for users who need to clean up, correct, or manage component data by deleting outdated or incorrect records.

Use Case

This API is used to delete a single component record identified by its UUID and record ID. It is particularly valuable when a record is no longer needed or relevant. Users can integrate this endpoint to acquire record deletion capabilities.

Path Parameters
ParameterTypeDescription
component_uuidStringUnique identifier of the custom component.
component_record_idStringUnique identifier of the component record to delete.
Query Parameters

No query parameters are required for this endpoint.

Request Body

No request body is required for this endpoint.

Response

This endpoint does not return a response body. Upon successful execution, the specified component record is deleted and an HTTP 204 No Content status code is returned. If the deletion fails due to issues such as an invalid component UUID, invalid record ID, or insufficient permissions, the API returns an error response containing descriptive messages.