/
/Interoperability Test Bed REST API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1mo ago
Community management14
Configuration19
Conformance statements8
Domain management23
  • getGet the domain linked to the community identified by the community API key provided for authorisation.
  • putCreate a domain.
  • postUpdate a domain. The target domain is the one linked to the community identified by the community API key provided for authorisation.
  • getGet a domain.
  • postUpdate a domain.
  • deleteDelete a domain.
  • getSearch for domains.
  • putCreate a specification group.
  • getGet a specification group.
  • postUpdate a specification group.
  • deleteDelete a specification group.
  • getSearch for specification groups under a given domain.
  • putCreate a specification.
  • getGet a specification.
  • postUpdate a specification.
  • deleteDelete a specification.
  • getSearch for specifications under a given domain that are not defined within a group.
  • getSearch for specifications under a given specification group.
  • putCreate an actor.
  • getGet an actor.
  • postUpdate an actor.
  • deleteDelete an actor.
  • getSearch for actors under a given specification.
Test sessions4
Test suites6
    Domain management

    Delete a specification group.

    delete/group/{group}

    Path parameters

    groupstring required

    The key identifying the target specification group.

    Response

    Specification group deleted.

    Changes