# Delete mapping by its ID Delete the mapping identified by numberToMessageAppMapId. Returns 200 on success or 404 if the mapping is not found. Endpoint: DELETE /mapping/{numberToMessageAppMapId} Version: 1.0.0 Security: BearerAuth ## Path parameters: - `numberToMessageAppMapId` (string, required) The ID of the message app map to be deleted. Example: "NTMAP0000123" ## Response 400 fields (application/json): - `fields` (string) - `message` (string) ## Response 200 fields ## Response 403 fields ## Response 404 fields