/
/Interoperability Test Bed REST API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 4m ago · Updated 1mo ago
Community management10
Configuration14
Conformance statements4
Domain management13
  • 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.
  • postUpdate the domain identified by the provided authorisation API key. If using an community API key for authorisation, the relevant community must be linked to the target domain.
  • deleteDelete the domain identified by the provided authorisation API key.
  • putCreate a specification group.
  • postUpdate a specification group.
  • deleteDelete a specification group.
  • putCreate a specification.
  • postUpdate a specification.
  • deleteDelete a specification.
  • putCreate an actor.
  • postUpdate an actor.
  • deleteDelete an actor.
Test sessions4
Test suites6
    Domain management

    Delete an actor.

    delete/actor/{actor}

    Path parameters

    actorstring required

    The key identifying the target specification.

    Response

    Actor deleted.

    Changes