Authorizations
Response
DeleteDataMappingEntryResponse is returned after deleting a DataMappingEntry.
curl --request DELETE \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/data-mappings/{mappingId}/entries/{entryId} \
--header 'Authorization: <api-key>'
{
"id": "<string>"
}
Delete a DataMappingEntry by ID in the current organisation and mapping.
curl --request DELETE \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/data-mappings/{mappingId}/entries/{entryId} \
--header 'Authorization: <api-key>'
{
"id": "<string>"
}
DeleteDataMappingEntryResponse is returned after deleting a DataMappingEntry.