/
/Interoperability Test Bed REST API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 2mo ago
Community management10
Configuration14
  • postUpdate configuration entries for domains, organisations, systems and conformance statements.
  • putCreate a domain parameter.
  • postUpdate a domain parameter.
  • deleteDelete a domain parameter.
  • deleteDelete a domain parameter for the given domain. This operation needs to be used when authenticating with a community API key referring to a community without a specific linked domain.
  • putCreate an organisation property definition.
  • postUpdate an organisation property definition.
  • deleteDelete an organisation property definition.
  • putCreate a system property definition.
  • postUpdate a system property definition.
  • deleteDelete a system property definition.
  • putCreate a conformance statement (actor) property definition.
  • postUpdate a conformance statement (actor) property definition.
  • deleteDelete a conformance statement (actor) property definition.
Conformance statements4
Domain management23
Test sessions4
Test suites6
    Configuration

    Delete a conformance statement (actor) property definition.

    delete/configure/actor/{actor}/{property}

    Path parameters

    actorstring required

    The key identifying the target specification actor.

    propertystring required

    The key identifying the target property.

    Response

    Property deleted.

    Changes