/
/Cloud Pub/Sub API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2mo ago · Updated 2mo ago
projects33
  • post/v1/{+resource}:testIamPermissions
  • get/v1/{+name}
  • put/v1/{+name}
  • delete/v1/{+name}
  • patch/v1/{+name}
  • get/v1/{+project}/topics
  • post/v1/{+topic}:publish
  • get/v1/{+topic}
  • delete/v1/{+topic}
  • get/v1/{+resource}:getIamPolicy
  • post/v1/{+resource}:setIamPolicy
  • get/v1/{+topic}/subscriptions
  • get/v1/{+topic}/snapshots
  • post/v1/{+subscription}:acknowledge
  • get/v1/{+subscription}
  • delete/v1/{+subscription}
  • post/v1/{+subscription}:modifyAckDeadline
  • post/v1/{+subscription}:pull
  • post/v1/{+subscription}:detach
  • post/v1/{+subscription}:modifyPushConfig
  • post/v1/{+subscription}:seek
  • get/v1/{+project}/subscriptions
  • get/v1/{+project}/snapshots
  • get/v1/{+snapshot}
  • delete/v1/{+snapshot}
  • post/v1/{+name}:rollback
  • get/v1/{+name}:listRevisions
  • post/v1/{+parent}/schemas:validate
  • post/v1/{+parent}/schemas:validateMessage
  • post/v1/{+name}:commit
  • get/v1/{+parent}/schemas
  • post/v1/{+parent}/schemas
  • delete/v1/{+name}:deleteRevision
    projects

    Deletes the topic with the given name. Returns NOT_FOUND if the topic does not exist. After a topic is deleted, a new topic may be created with the same name; this is an entirely new topic with none of the old configuration or subscriptions. Existing subscriptions to this topic are not deleted, but their topic field is set to _deleted-topic_.

    delete/v1/{+topic}

    Path parameters

    topicstring required

    Required. Name of the topic to delete. Format is projects/{project}/topics/{topic}.

    Response

    Successful response

    Changes