/
/SURFsharekit publication API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 54m ago · Updated 9y ago
  • getReturns a list of Organization objects.
  • postCreates a new Organization object.
  • getReturns a specific Organization object identified by UUID.
  • putUpdates properties of a given Organization object.
  • deletePermanently removes a given Organization object.
  • getReturns a list of Person objects.
  • postCreates a new Person object.
  • getReturns a specific Person object identified by UUID.
  • putUpdates properties of a given Person object.
  • deletePermanently removes a given Person object.
  • getReturns a list of PublicationRecord objects.
  • postCreates a new PublicationRecord object.
  • getReturns a specific PublicationRecord object identified by UUID.
  • putUpdates properties of a given PublicationRecord object.
  • deletePermanently removes a given PublicationRecord object.
  • getReturns a list of Resource objects.
  • postCreates a new Resource object.
  • getReturns a specific Resource object identified by UUID.
  • putUpdates properties of a given Resource object.
  • deletePermanently removes a given Resource object.
  • getReturns a list of Type objects.
  • postCreates a new Type object.
  • getReturns a specific Type object identified by UUID.
  • putUpdates properties of a given Type object.
  • deletePermanently removes a given Type object.

Permanently removes a given Organization object.

delete/Organization/{uuid}

Response

The Organization object is permanently deleted.

Changes