Skip to main content

deleteLocationMetadata

This mutation removes a metadata entry by key. If the key does not exist, no error is returned and the location is returned unchanged.

deleteLocationMetadata(
locationId: ID!
key: String!
): LocationResponsePayload

Arguments

deleteLocationMetadata.locationId ● ID! non-null scalar

The id of the location group (not the room's id).

deleteLocationMetadata.key ● String! non-null scalar

Type

LocationResponsePayload object

The requested location or a related error.