API DocumentationManufacturer customer organisation controller

Delete customer organisation metadata

Removes a metadata entry from a customer organisation.

DELETE
/api/manufacturer/v1/organisation/{organisationId}/metadata/{metadataId}
AuthorizationBearer <token>

In: header

Path Parameters

organisationIdinteger

ID of the organisation

Formatint64
metadataIdstring

ID of the metadata entry to delete

Formatuuid

Response Body

curl -X DELETE "http://m-api-dev.phas.io/api/manufacturer/v1/organisation/1/metadata/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
Empty

Last updated on