Write Features

Deletes a feature from the space

Deletes an existing feature.

delete/spaces/{spaceId}/features/{featureId}

Path parameters

spaceIdstring required

The unique identifier of the space.

featureIdstring required

The unique identifier of a feature in the space.

Query parameters

context'default' | 'extension' | 'super'

The context where the operation will be performed on a composite space. If not specified, the operation occurs based on the extension rules. For additional information, see Space.extends.

Available context are:

ContextDescription
defaultThe default value if none is given. For composite spaces the operation occurs based on the extension rules. For normal spaces this is the only valid context.
extensionThe operation will be executed only in the extension and no operation will be performed in the extended space.
superOnly applicable for read-operations. The operation will be executed only in the space being extended (super space).

Response

An empty response as a result of a user-request with accepted MIME type application/x-empty.

Changes